// We can try to free the file list here because at the point where
// IODocCommand could fail, it will not have made the assignment of
// aFileList.
aFileList = (TList *)(FreeIfObject(aFileList));
fi.ReSignal();
}
this->PostCommand(anODocCommand);
}
break;
}
case cClose:
if (qDebug && this->WMgrToWindow(FrontWindow()))
ProgramBreak("The frontmost window is a window object but didn't handle the cClose CommandNumber, your TWindow subclass probably forgot to call Inherited::DoMenuCommand!");
this->CloseToolboxWindow(FrontWindow());// TWindow would have handled the command